API Documentation
CameraWrapper.h
1 // CameraWrapper.h
3 //
5 
7 {
11  class DLL_ASTRAEUS_EXPORT CameraWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
24  // Getters
46  static nkScripts::OutputValue getFrustum (void* data) ;
57  static nkScripts::OutputValue getFov (void* data) ;
58  } ;
59 }
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::getFov
static nkScripts::OutputValue getFov(void *data)
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::getPositionAbsolute
static nkScripts::OutputValue getPositionAbsolute(void *data)
nkAstraeus::lua::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for Lua.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper
Wraps a nkGraphics::Camera and offers functions for use in scripting.
Definition: CameraWrapper.h:12
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::getFrustum
static nkScripts::OutputValue getFrustum(void *data)
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25